Skip to content

feat: include .dart files in default search patterns#195

Merged
georgeh0 merged 1 commit into
cocoindex-io:mainfrom
youdie006:feat/dart-file-search
Jun 25, 2026
Merged

feat: include .dart files in default search patterns#195
georgeh0 merged 1 commit into
cocoindex-io:mainfrom
youdie006:feat/dart-file-search

Conversation

@youdie006

Copy link
Copy Markdown
Contributor

Summary

.dart files were excluded from DEFAULT_INCLUDED_PATTERNS, so Dart sources were not indexed (#183).

Fix

Add the **/*.dart glob to DEFAULT_INCLUDED_PATTERNS and the corresponding row to the README "Supported Languages" table, mirroring how Svelte/Vue were added in #158. Dart chunking falls back to upstream cocoindex tree-sitter support.

Closes #183

Dart files were excluded from DEFAULT_INCLUDED_PATTERNS, so .dart sources were
not indexed. Add the **/*.dart glob and the README supported-languages row,
mirroring how Svelte/Vue were added in cocoindex-io#158.

Closes cocoindex-io#183
@georgeh0

Copy link
Copy Markdown
Member

Thanks for adding this!

@georgeh0 georgeh0 merged commit 7fe0e89 into cocoindex-io:main Jun 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat - include .dart file search

2 participants